HandlerContext

Undocumented in source.

Members

Aliases

HandlerTheCallBack
alias HandlerTheCallBack = void delegate(Out, size_t)
Undocumented in source.

Functions

fireClose
void fireClose()
Undocumented in source.
fireRead
void fireRead(In msg)
Undocumented in source.
fireTimeOut
void fireTimeOut()
Undocumented in source.
fireTransportActive
void fireTransportActive()
Undocumented in source.
fireTransportInactive
void fireTransportInactive()
Undocumented in source.
fireWrite
void fireWrite(Out msg, HandlerTheCallBack cback)
Undocumented in source.

Properties

pipeline
PipelineBase pipeline [@property getter]
Undocumented in source.
transport
Channel transport [@property getter]
Undocumented in source.

Meta